home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-06-26 | 978 b | 32 lines | [TEXT/GEOL] |
- Item 3211599 30-May-89 10:09
-
- From: MOOF Rollin, Keith A, APL
-
- To: D2987 Command Central, R Andrews, PRT
- MACAPP.TECH$ MACAPP Tech
-
- Sub: Re: Memory Error
-
- Your problem with -108 errors is probably caused by a known problem. Check out
- page 5 or so of your MPW Pascal release notes:
-
- Fatal Memory Errors
- -------------------
- Pascal sometimes has problems growing it’s internal heap when the MPW heap
- becomes fragmented and Pascal aborts with:
-
- Fatal Memory Error! Error #-108
-
- Usually the compile will work the second time around. However, if this happens
- frequently you can initialize a larger internal heap by changing Pascal’s HEXA
- resource #11.
-
- Work around: Try to compile again or use ResEdit to change Pascal’s HEXA
- resource to a larger value (such as $00018000).
-
- Hope this helps,
-
- - Keith Rollin
- - Apple Developer Technical Support
-
-